Schema BIG2BIG
Schema BIG2BIG : Typ złożony CitizenIdentityType
Typ złożony CitizenIdentityType
Opis
Dane identyfikacyjne konsumenta
Przestrzeń nazw https://www.big2big.org/v1/report
Diagram
Sequence Grupa IdentityNumberGroup Sequence Element PESEL Choice Typ złożony CitizenIdentityType
Przegląd
CitizenIdentityType
Dane identyfikacyjne konsumenta
Choice
Sequence
IdentityNumberGroup
Grupa elementów dla oznaczenia numeru/dokumentu identyfikacyjnego
Używany przez
Źródło
<xs:complexType name="CitizenIdentityType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Dane identyfikacyjne konsumenta</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>Dla konsumetów z polski należy podać PESEL. Dla pozostałych inny numer</xs:documentation>
    </xs:annotation>
    <xs:element name="PESEL" type="ns1:pesel">
      <xs:annotation>
        <xs:documentation>Numer PESEL</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:sequence>
      <xs:annotation>
        <xs:documentation>Dane innego numeru identyfikacyjnego konsumenta</xs:documentation>
      </xs:annotation>
      <xs:group ref="ns1:IdentityNumberGroup" />
    </xs:sequence>
  </xs:choice>
</xs:complexType>
Zobacz także